internal/concurrent.indirect.dead (field)

4 uses

	internal/concurrent (current package)
		hashtriemap.go#L111: 		if (n == nil || n.isEntry) && !i.dead.Load() {
		hashtriemap.go#L223: 		if !i.dead.Load() {
		hashtriemap.go#L264: 		i.dead.Store(true)
		hashtriemap.go#L320: 	dead     atomic.Bool